home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1996 August
/
macformat-040.iso
/
mac
/
Demos
/
Secrets of the Luxor® Demo
/
invitem
/
00032.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-04-26
|
266 b
|
14 lines
on mouseDown
set the visible of sprite 9 to 0
updateStage()
repeat while the mouseDown
nothing()
end repeat
set the visible of sprite 9 to 1
if rollOver(9) then
puppetSprite(2, 0)
puppetTransition(23, 0, 12, 1)
go("exitinv")
end if
end